@charset "UTF-8";
* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333;
}

input {
  font-family: inherit;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: .3s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header {
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 10000;
    width: 100%;
}

main {
  padding-top: 105px;
}

.blank-row-l {
  height: 140px;
}

.blank-row {
  height: 107px;
}

.blank-row-s {
  height: 63px;
}

.border-bottom {
  border-bottom: 1px solid #124488;
}

.view-more a {
  position: relative;
  border: 1px solid #124488;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  width: 184px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.view-more svg {
  position: relative;
  left: 25px;
}

.cls-1 {
  transition: .3s;
}

.view-more a:hover .cls-1 {
  fill: #124488;
}

.view-more .white {
  color: #124488;
}

.view-more .blue {
  background: #124488;
  color: #fff;
}

.view-more .blue:hover {
  background: #fff;
  color: #124488;
}

.view-more .white:hover {
  background: #124488;
  color: #fff;
}

.news-tit,
.product-tit {
  text-align: center;
}

.news-tit h3,
.product-tit h3 {
  font-size: 21px;
  letter-spacing: 2.1px;
  margin: 0 0 9px;
}

.news article,
.product article {
  margin-bottom: 54px;
}

.news-list,
.product-contents article {
  margin-top: 31px;
}

.news-list li {
  text-align: center;
}

.news-list time {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.news-list p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 79px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #fff;
  margin: 0 19px 0 17px;
}

.cat-exhibitor {
  background: #5083B4;
}

.cat-attend {
  background: #2FAFB4;
}

.news-list a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  transition: .3s;
}

.news-list a:hover {
  opacity: 0.5;
}

.news-list span {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 25px;
  text-align: left;
}

.product-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93.4%;
  margin: auto;
}

.product-container {
  display: flex;
}

.product-contents article img {
  width: 17.7vw;
  max-width: 270px;
  height: 13.5vw;
  max-height: 172px;
  min-width: 160px;
  min-height: 100px;
  vertical-align: top;
  object-fit: cover;
  object-position: 50% 15%;
}

.product-text {
  padding-left: 1.2vw;
  width: 17.7vw;
}

.product-cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #fff;
  background: #5083B4;
  width: 101px;
  height: 26px;
}

.product-text p {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin-bottom: 0;
}

.blur {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-img-top .blur-img,
.product-container .blur-img {
  transition: .3s;
  filter: blur(0);
}

.about-img-top .blur-img::before,
.product-container .blur-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.about-img-top .blur-img::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.product-container .blur-img::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.blur img {
  transition: 0.3s;
  filter: blur(0);
}

.about-img-top .blur-link:hover .blur-img {
  filter: blur(5px);
}

.border {
  position: absolute;
  width: 94%;
  height: 91%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 11;
}

.inner-text h3 {
  font-size: 21px;
  letter-spacing: 4.2px;
  margin: 0;
  color: #fff;
}

.inner-text .inner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 43px;
  background: #fff;
  margin-top: 26px;
  font-weight: 500;
  border: 1px solid #fff;
  transition: .3s;
}

.blur-link:hover .inner-link {
  background: transparent;
  color: #fff;
}

.product-contents .blur-link:hover img {
  transform: scale(1.2, 1.2);
}

.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}

.paging li {
  cursor: pointer;
  /* カーソル設定 */
  width: 43px;
  height: 43px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #808080;
  color: #808080;
  opacity: 1;
  letter-spacing: 0.8px;
  font-size: 16px;
  margin-left: 10px;
  text-align: center;
}

.paging li:first-child {
  width: 87px;
}

.paging li:last-child {
  width: 87px;
}

.paging li.selected {
  background: #DCF5F6 0% 0% no-repeat padding-box;
}

.paging li p {
  transform: translateY(25%) translateX(0%);
  /*子要素自体の大きさを考慮*/
  margin: 0;
  /*margin:0を入れる*/
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#modal {
  display: none;
  height: 100%;
  width: 100vw;
  position: fixed;
  z-index: 11;
  background: white;
  overflow-y: hidden;
}

@media (max-width: 900px) {
  .product-contents {
    width: auto;
  }
  .product-contents article img {
    min-width: 200px;
    min-height: 130px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .blank-row,
  .blank-row-l {
    height: 7.88177vh;
  }
  .blank-row-s {
    height: 6.15764vh;
  }
  .news-tit h3,
  .product-tit h3 {
    margin: 0 0 1.10837vh;
  }
  .news article {
    margin-bottom: 5.41872vh;
  }
  .news-list,
  .product-contents article:nth-child(1) {
    margin-top: 3.81773vh;
  }
  .news-list li {
    text-align: left;
    margin-bottom: 3.81773vh;
  }
  .news-list li a {
    display: block;
  }
  .news-list li time {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .news-list li p {
    display: inline-flex;
  }
  .news-list li span {
    display: block;
    line-height: 24px;
    margin-top: 1.47783vh;
  }
  .view-more a {
    height: 57px;
    width: 100%;
    max-width: 450px;
  }
  .view-more svg {
    font-size: 24px;
    margin-left: 13px;
    position: static;
  }
  .product-contents {
    display: block;
  }
  .product-contents article {
    margin-bottom: 0;
  }
  .product-contents article:nth-child(n + 2) {
    margin-top: 2.3399vh;
  }
  .product-contents article:last-child {
    margin-bottom: 4.80296vh;
  }
  .product-contents .blur {
    flex-basis: 50%;
  }
  .product-contents .blur img {
    min-width: initial;
    min-height: initial;
    height: 33.33333vw;
    max-height: 172px;
    max-width: initial;
    width: 100%;
  }
  .product-text {
    flex-basis: 50%;
    padding-left: 2.93333vw;
  }
  .product-cat {
    font-size: 11px;
    letter-spacing: 0.55px;
    width: 90px;
    height: 20px;
  }
  .paging li {
    display: none;
  }
  .paging li:first-child, .paging li:last-child {
    width: 163px;
    height: 57px;
    display: block;
  }
  .paging li p {
    transform: translateY(55%) translateX(0%);
  }
}
